Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Improve autocompletion #230

Conversation

SebastianSchildt
Copy link
Contributor

Enable "/" paths in addtion to "." and improve description (will also output node type now)

Test Client> authorize ../kuksa_certificates/jwt/super-admin.json.token 
{
    "TTL": 1767225599, 
    "action": "authorize", 
    "requestId": "01db9cee-e3d4-4344-a363-5392b2bae6c7", 
    "ts": "2021-08-26T21:32:30.1630009950Z"
}

Test Client> getValue Vehicle.VehicleIdentification

PATH                            Description                                                             
Vehicle.VehicleIdentification   Branch: Attributes that identify a vehicle                                
Vehicle.VehicleIdentification.  Children of branch Vehicle.VehicleIdentification                          
Test Client> getValue Vehicle/VehicleIdentification/

PATH                                                      Description                                                                                                                                                  
Vehicle/VehicleIdentification/ACRISSCode                  Attribute: The ACRISS Car Classification Code is a code used by many car rental companies.                                                                     
Vehicle/VehicleIdentification/bodyType                    Attribute: Indicates the design and body style of the vehicle (e.g. station wagon, hatchback, etc.).                                                           
Vehicle/VehicleIdentification/Brand                       Attribute: Vehicle brand or manufacturer         
[...]

Will close #216

…h node type

Signed-off-by: Sebastian Schildt <sebastian.schildt@de.bosch.com>
@wenwenchenbosch wenwenchenbosch merged commit 37f4bc8 into eclipse-archived:master Aug 27, 2021
@wenwenchenbosch wenwenchenbosch deleted the feature/improve_autocompletion branch August 27, 2021 07:48
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

autocompletion of kuksa_viss_client does not work for '/' in vss path
2 participants